home *** CD-ROM | disk | FTP | other *** search
- global presp, memframelabel
-
- on exitFrame
- set tmpflg to 0
- repeat with tmpsp = 4 to 9
- if rollOver(tmpsp) then
- set tmpflg to 1
- set the visible of sprite tmpsp to 1
- set presp to tmpsp
- set the visible of sprite 10 to 1
- go(label("R") + tmpsp - 4)
- exit repeat
- end if
- end repeat
- if rollOver(3) then
- mvisiblechk(4, 9, 0)
- go(the frame)
- else
- if tmpflg = 0 then
- cursor(-1)
- go(memframelabel)
- else
- go(the frame)
- end if
- end if
- end
-